From d21d099052ba2ebcf8122733f46f848c86578e01 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 14 May 2020 19:20:30 +0000 Subject: [PATCH] Disable documentation build due to hang. --- debian/changelog | 5 ++++- debian/rules | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b20137a..dd81cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ statsmodels (0.11.1-2+rpi1) bullseye-staging; urgency=medium [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green at Tue, 04 Feb 2020 00:34:03 +0000] * Disable testsuite. - -- Raspbian forward porter Wed, 13 May 2020 06:48:22 +0000 + [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green] + * Disable documentation build due to timeouts. + + -- Peter Michael Green Thu, 14 May 2020 19:19:31 +0000 statsmodels (0.11.1-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 45622c7..2431835 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,7 @@ override_dh_auto_build-indep: $(HOME) : # Build Documentation -- assure existence of build/html for nodoc : # Reproducibility: stopping the clock (or slowing it down enough to get all 00:00:00) with faketime (near-)hangs in glm_weights.ipynb mkdir -p build/html -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) +ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS))) python3 debian/datasets/prepopulate_cache.py PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \ BUILDDIR=$(CURDIR)/build \ -- 2.30.2